← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Thu Dec 15 15:23:56 2022
Reported on Thu Dec 15 15:27:04 2022

Filename(eval 399)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 6 statements in 14µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22113µs2.83msOpenAPI::Modern::::hasOpenAPI::Modern::has
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package OpenAPI::Modern;
2
# spent 2.83ms (13µs+2.82) within OpenAPI::Modern::has which was called 2 times, avg 1.41ms/call: # once (11µs+1.90ms) by main::BEGIN@2 at line 35 of OpenAPI/Modern.pm # once (2µs+919µs) by main::BEGIN@2 at line 47 of OpenAPI/Modern.pm
sub has {
323µs for my $method (@$before) {
424µs2347µs $method->(@_);
# spent 347µs making 2 calls to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25], avg 174µs/call
5 }
627µs22.47ms $$wrapped->(@_);}
# spent 2.47ms making 2 calls to MooX::HandlesVia::has, avg 1.23ms/call
7;